-
Notifications
You must be signed in to change notification settings - Fork 5
bpf: Remove migrate_disable in kprobe_multi_link_prog_run #5682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpf: Remove migrate_disable in kprobe_multi_link_prog_run #5682
Conversation
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
0137944 to
6126e0e
Compare
|
Upstream branch: f3af62b |
bpf program should run under migration disabled, kprobe_multi_link_prog_run called the way from graph tracer, which disables preemption in function_graph_enter_regs, as Jiri and Yonghong suggested, there is no need to use migrate_disable. As a result, some overhead maybe will be reduced. Fixes: 0dcac27 ("bpf: Add multi kprobe link") Signed-off-by: Tao Chen <[email protected]> Acked-by: Yonghong Song <[email protected]> Acked-by: Jiri Olsa <[email protected]>
6126e0e to
5092798
Compare
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
14 similar comments
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
23 similar comments
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
51c6121 to
ed19bc9
Compare
Pull request for series with
subject: bpf: Remove migrate_disable in kprobe_multi_link_prog_run
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=988441